home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
El Mac 1
/
Magazine.iso
/
EL MAC 1
/
Productividad
/
PowerLand
/
Power Computing
/
POWER
/
POWER.DXR
/
00043_playerMouseDownScript.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-07-13
|
213 b
|
12 lines
global onIBM, gPauseMode, theQTMovie
on playerMouseDownScript
if (clickOn() = 1) and onIBM then
if gPauseMode then
QTsetPauseTime(theQTMovie)
else
QTPlay(theQTMovie)
end if
end if
end